projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b76fb
)
(kkc-mode-map): Bind all control keys to kkc-non-kkc-command.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Sep 1997 05:08:48 +0000
(
05:08
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Sep 1997 05:08:48 +0000
(
05:08
+0000)
lisp/international/kkc.el
patch
|
blob
|
history
diff --git
a/lisp/international/kkc.el
b/lisp/international/kkc.el
index a9da69c783424fd46cb72a1a71768c7b33fb74a4..ab00b03f2fc9da4a8b486ac83208333c0eae18d2 100644
(file)
--- a/
lisp/international/kkc.el
+++ b/
lisp/international/kkc.el
@@
-71,9
+71,6
@@
This string is shown at mode line when users are in KKC mode.")
(defvar kkc-mode-map
(let ((map (make-keymap))
(i 0))
- (while (< i ? )
- (define-key map (char-to-string i) 'undefined)
- (setq i (1+ i)))
(while (< i 128)
(define-key map (char-to-string i) 'kkc-non-kkc-command)
(setq i (1+ i)))